-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpsl: fem: add support for nrf21540_gpio for nrf54l #20273
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: df5396212ad429e6a139518bf499d78137e5a911 more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)
Outputs:ToolchainVersion: 342151af73 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. Note: This comment is automatically posted by the Documentation Publish GitHub Action. |
e2c485c
to
4690ce4
Compare
4690ce4
to
c921126
Compare
The support for nRF21540 Front-End Module in GPIO mode that is enabled by Kconfig option `CONFIG_MPSL_FEM_NRF21540_GPIO` is added. This commit adds the code to configure the FEM. The remaining support is provided by MPSL library in sdk-nrfxlib repository. Signed-off-by: Andrzej Kuros <[email protected]>
c921126
to
45e5950
Compare
@umapraseeda this is ready for final review |
The documentation regarding nRF21540 in GPIO mode is updated to mention support for the nRF54L SoCs. Signed-off-by: Andrzej Kuros <[email protected]>
45e5950
to
df53962
Compare
@peknis I think I fixed all nits you pointed out |
Actually, there would be one more nit. In the description of the process of using the FEM in GPIO mode, the last two steps should have an imperative verb (do something). Otherwise, they are not proper steps. |
I'm confused and don't understand what's wrong. |
There is a clear difference between "You must do this" and "Do this". I agree the previous step has been there a while, but now we have a chance to fix this. |
Okay, I get it. If changing from "You must do this" to "do this" is the only issue, then what about merging it as it is and fixing the what you pointed out as a separate PR. The reason is that this pattern with "you must do..." is used among all FEMs and I would like to fix them in one PR which will follow shortly after this one. I would like to avoid fixing unrelated stuff in a PR which introduces an awaited feature. |
https://ncsdoc.z6.web.core.windows.net/PR-20273/nrf/app_dev/device_guides/fem/index.html |
My bad, I was looking in a wrong place. Ignore my comment. Let's do the wording improvements in a separate PR as you suggested. |
@martintv @nrfconnect/ncs-co-build-system @nrfconnect/ncs-doc-leads kindly asking for approval. |
This PR adds support for the nRF21540 Front-End Module in GPIO mode for the nRF54L Series devices.
Note: This PR contains only code related configuration and documentation. The core of the support is provided by MPSL. The MPSL is prvided by a separate PR.
Update MPSL and SoftDevice Controller sdk-nrfxlib#1652
manifest: sdk-nrfxlib: Update MPSL and SoftDevice Controller #20375